projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a45735
)
(reveal-mode): Fix reveal-mode's lighter.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:39:45 +0000
(07:39 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:39:45 +0000
(07:39 +0000)
lisp/reveal.el
patch
|
blob
|
history
diff --git
a/lisp/reveal.el
b/lisp/reveal.el
index d9754557475a54f4957db5a0a5424c21f17598d6..9b6ba28f4f0378aae4f678a76e5e4278f8227a85 100644
(file)
--- a/
lisp/reveal.el
+++ b/
lisp/reveal.el
@@
-132,7
+132,7
@@
Reveal mode renders invisible text around point visible again.
Interactively, with no prefix argument, toggle the mode.
With universal prefix ARG (or if ARG is nil) turn mode on.
With zero or negative ARG turn mode off."
- :lighter
"Reveal"
+ :lighter
(global-reveal-mode nil " Reveal")
(if reveal-mode
(progn
(set (make-local-variable 'search-invisible) t)